home *** CD-ROM | disk | FTP | other *** search
/ Champak 45 / Vol 45.iso / games / bubblegu.swf / scripts / DefineSprite_443_enemy3 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-04-20  |  138 b   |  11 lines

  1. var mRound = Math.round;
  2. with(this)
  3. {
  4.    _y = mRound(ypos);
  5.    _x = mRound(xpos);
  6. }
  7. if(yMove != 1)
  8. {
  9.    this._rotation = 180;
  10. }
  11.